[INFO] fetching crate peregrine-ml 0.32.0...
[INFO] testing peregrine-ml-0.32.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate peregrine-ml 0.32.0 into /workspace/builds/worker-5-tc1/source
[INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate peregrine-ml 0.32.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate peregrine-ml 0.32.0
[INFO] tweaked toml for crates.io crate peregrine-ml 0.32.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate peregrine-ml 0.32.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate peregrine-ml 0.32.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d6f4b8bd6ea0df4dc339c3c66f18c130605c17783651b63ec877bacb781169f0
[INFO] running `Command { std: "docker" "start" "-a" "d6f4b8bd6ea0df4dc339c3c66f18c130605c17783651b63ec877bacb781169f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d6f4b8bd6ea0df4dc339c3c66f18c130605c17783651b63ec877bacb781169f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6f4b8bd6ea0df4dc339c3c66f18c130605c17783651b63ec877bacb781169f0", kill_on_drop: false }`
[INFO] [stdout] d6f4b8bd6ea0df4dc339c3c66f18c130605c17783651b63ec877bacb781169f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 412177be519c706a0dc98ba3394aea8fbe595ef6ed15918789a995fe3e00ea54
[INFO] running `Command { std: "docker" "start" "-a" "412177be519c706a0dc98ba3394aea8fbe595ef6ed15918789a995fe3e00ea54", kill_on_drop: false }`
[INFO] [stderr]    Compiling peregrine-ml v0.32.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find value `CBLAS_ROW_MAJOR` in this scope
[INFO] [stdout]     --> src/tensor.rs:1707:17
[INFO] [stdout]      |
[INFO] [stdout] 1707 |                 CBLAS_ROW_MAJOR, CBLAS_NO_TRANS, CBLAS_NO_TRANS,
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `CBLAS_NO_TRANS` in this scope
[INFO] [stdout]     --> src/tensor.rs:1707:34
[INFO] [stdout]      |
[INFO] [stdout] 1707 |                 CBLAS_ROW_MAJOR, CBLAS_NO_TRANS, CBLAS_NO_TRANS,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `CBLAS_NO_TRANS` in this scope
[INFO] [stdout]     --> src/tensor.rs:1707:50
[INFO] [stdout]      |
[INFO] [stdout] 1707 |                 CBLAS_ROW_MAJOR, CBLAS_NO_TRANS, CBLAS_NO_TRANS,
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `CBLAS_ROW_MAJOR` in this scope
[INFO] [stdout]     --> src/tensor.rs:1807:17
[INFO] [stdout]      |
[INFO] [stdout] 1807 |                 CBLAS_ROW_MAJOR, CBLAS_NO_TRANS, CBLAS_NO_TRANS,
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `CBLAS_NO_TRANS` in this scope
[INFO] [stdout]     --> src/tensor.rs:1807:34
[INFO] [stdout]      |
[INFO] [stdout] 1807 |                 CBLAS_ROW_MAJOR, CBLAS_NO_TRANS, CBLAS_NO_TRANS,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `CBLAS_NO_TRANS` in this scope
[INFO] [stdout]     --> src/tensor.rs:1807:50
[INFO] [stdout]      |
[INFO] [stdout] 1807 |                 CBLAS_ROW_MAJOR, CBLAS_NO_TRANS, CBLAS_NO_TRANS,
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ih_buf` in this scope
[INFO] [stdout]     --> src/nn.rs:1123:25
[INFO] [stdout]      |
[INFO] [stdout] 1123 |                         ih_buf[j] = bih[j]; hh_buf[j] = bhh[j];
[INFO] [stdout]      |                         ^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1123 -                         ih_buf[j] = bih[j]; hh_buf[j] = bhh[j];
[INFO] [stdout] 1123 +                         hh_buf[j] = bih[j]; hh_buf[j] = bhh[j];
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ih_buf` in this scope
[INFO] [stdout]     --> src/nn.rs:1124:42
[INFO] [stdout]      |
[INFO] [stdout] 1124 |                         for p in 0..is { ih_buf[j] += x_t[p] * wih[p * 3 * hs + j]; }
[INFO] [stdout]      |                                          ^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 1124 -                         for p in 0..is { ih_buf[j] += x_t[p] * wih[p * 3 * hs + j]; }
[INFO] [stdout] 1124 +                         for p in 0..is { hh_buf[j] += x_t[p] * wih[p * 3 * hs + j]; }
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `x_t` in this scope
[INFO] [stdout]     --> src/nn.rs:1124:55
[INFO] [stdout]      |
[INFO] [stdout] 1124 |                         for p in 0..is { ih_buf[j] += x_t[p] * wih[p * 3 * hs + j]; }
[INFO] [stdout]      |                                                       ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sgemm_strided` in this scope
[INFO] [stdout]    --> src/tensor.rs:231:17
[INFO] [stdout]     |
[INFO] [stdout] 231 |                 sgemm_strided(
[INFO] [stdout]     |                 ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sgemm` in this scope
[INFO] [stdout]    --> src/tensor.rs:242:17
[INFO] [stdout]     |
[INFO] [stdout] 242 |                 sgemm(
[INFO] [stdout]     |                 ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sgemm_strided` in this scope
[INFO] [stdout]    --> src/tensor.rs:262:13
[INFO] [stdout]     |
[INFO] [stdout] 262 |             sgemm_strided(
[INFO] [stdout]     |             ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `sgemm_strided` in this scope
[INFO] [stdout]    --> src/tensor.rs:272:13
[INFO] [stdout]     |
[INFO] [stdout] 272 |             sgemm_strided(
[INFO] [stdout]     |             ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `cblas_sgemm` in this scope
[INFO] [stdout]     --> src/tensor.rs:1706:13
[INFO] [stdout]      |
[INFO] [stdout] 1706 |             cblas_sgemm(
[INFO] [stdout]      |             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `cblas_sgemm` in this scope
[INFO] [stdout]     --> src/tensor.rs:1806:13
[INFO] [stdout]      |
[INFO] [stdout] 1806 |             cblas_sgemm(
[INFO] [stdout]      |             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `peregrine-ml` (lib) due to 15 previous errors
[INFO] running `Command { std: "docker" "inspect" "412177be519c706a0dc98ba3394aea8fbe595ef6ed15918789a995fe3e00ea54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "412177be519c706a0dc98ba3394aea8fbe595ef6ed15918789a995fe3e00ea54", kill_on_drop: false }`
[INFO] [stdout] 412177be519c706a0dc98ba3394aea8fbe595ef6ed15918789a995fe3e00ea54
